Hi there ASP coders ! To Make This Work : Create a "System DSN" with the "ODBC Data Source Administrator" from the control pannel with : Name : TESTCOMBO Driver : Microsoft Access Driver (*.mdb) Path : (Where ever you extracted this example)\Data.Mdb Please Note: This is ASP so you can't open it directly with your browser, IT WILL NOT WORK ! This code must be on a Internet Information Server (IIS) or a Personal Web Server (PWS) in a virtual path. To do this you have to check the Microsoft Documentation. How it works on my machine : I Created a "System DSN" with the name "TESTCOMBO" I Created a directory C:\InetPub\wwwroot\TestCombo I then copied all the files in this zip to this directory I open my browser (IE5) at the following URL: http://MyMachineName/TestCombo/TestCombo.asp AND .... VVV-OOO-AAAA-LA If you have any comments please e-mail me at riaana@hotmail.com Hope you guy's can use this code as I do !!! Kind Regards Riaan Aspeling